bufio.Reader.fill (method)

8 uses

	bufio (current package)
		bufio.go#L96: func (b *Reader) fill() {
		bufio.go#L148: 		b.fill() // b.w-b.r < len(b.buf) => buffer is not full
		bufio.go#L188: 			b.fill()
		bufio.go#L269: 		b.fill() // buffer is empty
		bufio.go#L304: 		b.fill() // b.w-b.r < len(buf) => buffer is not full
		bufio.go#L376: 		b.fill() // buffer is not full
		bufio.go#L536: 		b.fill() // buffer not full
		bufio.go#L546: 		b.fill() // buffer is empty